Skip to content

Conversation

@Mr-Ruben
Copy link

Changed
print json.loads(result).iteritems()
for
print json.loads(result)
which is the line used in the other tests.

The first will cause errors despite the server (Flask) is well configured.

Changed
print json.loads(result).iteritems()
for 
print json.loads(result)
which is the line used in the other tests.

The first will cause errors despite the server (Flask) is well configured.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant